projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05259c4
)
* lisp/emacs-lisp/comp.el (comp-add-cond-cstrs-simple): Suppress warning.
author
Andrea Corallo
<akrl@sdf.org>
Sat, 6 Mar 2021 19:51:11 +0000
(20:51 +0100)
committer
Andrea Corallo
<akrl@sdf.org>
Sat, 6 Mar 2021 19:52:34 +0000
(20:52 +0100)
lisp/emacs-lisp/comp.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/comp.el
b/lisp/emacs-lisp/comp.el
index 4a418c1aadebc2ba70d127cd4ca8949b26cf0c8d..8a6e761fe40ea94933f3152b517c044e0e073103 100644
(file)
--- a/
lisp/emacs-lisp/comp.el
+++ b/
lisp/emacs-lisp/comp.el
@@
-2384,8
+2384,7
@@
TARGET-BB-SYM is the symbol name of the target block."
for insn-seq on (comp-block-insns b)
do
(pcase insn-seq
- (`((set ,(and (pred comp-mvar-p) tmp-mvar)
- ,(and (pred comp-mvar-p) obj1))
+ (`((set ,(and (pred comp-mvar-p) tmp-mvar) ,(pred comp-mvar-p))
;; (comment ,_comment-str)
(cond-jump ,tmp-mvar ,obj2 . ,blocks))
(cl-loop